func runtime.getcallerpc

88 uses

	runtime (current package)
		chan.go#L145: 	chansend(c, elem, true, getcallerpc())
		chan.go#L369: 		callerpc := getcallerpc()
		chan.go#L694: 	return chansend(c, elem, false, getcallerpc())
		chan.go#L719: 	return chansend(c, elem, !nb, getcallerpc())
		debugcall.go#L106: 	callerpc := getcallerpc()
		error.go#L306: 	pc := getcallerpc()
		iface.go#L324: 		raceReadObjectPC(t, v, getcallerpc(), abi.FuncPCABIInternal(convT))
		iface.go#L339: 		raceReadObjectPC(t, v, getcallerpc(), abi.FuncPCABIInternal(convTnoptr))
		map.go#L398: 		callerpc := getcallerpc()
		map.go#L459: 		callerpc := getcallerpc()
		map.go#L584: 		callerpc := getcallerpc()
		map.go#L698: 		callerpc := getcallerpc()
		map.go#L818: 		callerpc := getcallerpc()
		map.go#L870: 		callerpc := getcallerpc()
		map.go#L996: 		callerpc := getcallerpc()
		map.go#L1416: 		callerpc := getcallerpc()
		map.go#L1433: 		callerpc := getcallerpc()
		map_fast32.go#L15: 		callerpc := getcallerpc()
		map_fast32.go#L55: 		callerpc := getcallerpc()
		map_fast32.go#L98: 		callerpc := getcallerpc()
		map_fast32.go#L188: 		callerpc := getcallerpc()
		map_fast32.go#L275: 		callerpc := getcallerpc()
		map_fast64.go#L15: 		callerpc := getcallerpc()
		map_fast64.go#L55: 		callerpc := getcallerpc()
		map_fast64.go#L98: 		callerpc := getcallerpc()
		map_fast64.go#L188: 		callerpc := getcallerpc()
		map_fast64.go#L275: 		callerpc := getcallerpc()
		map_faststr.go#L15: 		callerpc := getcallerpc()
		map_faststr.go#L110: 		callerpc := getcallerpc()
		map_faststr.go#L208: 		callerpc := getcallerpc()
		map_faststr.go#L303: 		callerpc := getcallerpc()
		mbarrier.go#L195: 		raceWriteObjectPC(typ, dst, getcallerpc(), abi.FuncPCABIInternal(reflect_typedmemmove))
		mbarrier.go#L196: 		raceReadObjectPC(typ, src, getcallerpc(), abi.FuncPCABIInternal(reflect_typedmemmove))
		mbarrier.go#L253: 		callerpc := getcallerpc()
		mprof.go#L713: 		racewriterangepc(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0), getcallerpc(), abi.FuncPCABIInternal(MemProfile))
		mprof.go#L771: 				racewriterangepc(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0), getcallerpc(), abi.FuncPCABIInternal(BlockProfile))
		mprof.go#L928: 	pc := getcallerpc()
		mprof.go#L1120: 		pc := getcallerpc()
		mprof.go#L1197: 		pc := getcallerpc()
		mprof.go#L1237: 		pc := getcallerpc()
		mprof.go#L1257: 	pc := getcallerpc()
		panic.go#L113: 	panicCheck1(getcallerpc(), "index out of range")
		panic.go#L119: 	panicCheck1(getcallerpc(), "index out of range")
		panic.go#L127: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L133: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L139: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L145: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L153: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L159: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L165: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L169: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L173: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L177: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L183: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L187: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L193: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L197: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L203: 	panicCheck1(getcallerpc(), "slice length too short to convert to array or pointer to array")
		panic.go#L231: 	panicCheck1(getcallerpc(), "negative shift amount")
		panic.go#L285: 	d.pc = getcallerpc()
		panic.go#L321: 	d.pc = getcallerpc()
		panic.go#L502: 	addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L534: 				addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L795: 		p.pc = getcallerpc()
		panic.go#L874: 	addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L1153: 	pc := getcallerpc()
		panic.go#L1189: 	pc := getcallerpc()
		proc.go#L1587: 	gp.sched.pc = getcallerpc()
		proc.go#L4064: 	reentersyscall(getcallerpc(), getcallersp())
		proc.go#L4107: 	pc := getcallerpc()
		proc.go#L4132: 	save(getcallerpc(), getcallersp())
		proc.go#L4479: 	pc := getcallerpc()
		select.go#L30: 	*pc = getcallerpc()
		slice.go#L72: 		callerpc := getcallerpc()
		slice.go#L160: 		callerpc := getcallerpc()
		slice.go#L326: 		callerpc := getcallerpc()
		string.go#L91: 			getcallerpc(),
		string.go#L154: 			getcallerpc(),
		string.go#L206: 			getcallerpc(),
		stubs.go#L355: func getcallerpc() uintptr
		traceback.go#L1104: 	pc := getcallerpc()
		unsafe.go#L55: 		panicunsafeslicelen1(getcallerpc())
		unsafe.go#L60: 			panicunsafeslicenilptr1(getcallerpc())
		unsafe.go#L67: 			panicunsafeslicenilptr1(getcallerpc())
		unsafe.go#L69: 		panicunsafeslicelen1(getcallerpc())
		unsafe.go#L77: 		panicunsafeslicelen1(getcallerpc())
		unsafe.go#L95: 	panicunsafeslicelen1(getcallerpc())
		unsafe.go#L107: 	panicunsafeslicenilptr1(getcallerpc())